Skip to main content

Retrieve all performance metrics dashboards.

GET 

/visualization/dashboards

This endpoint retrieves all available dashboards containing performance metrics details. The data returned includes information such as dashboard IDs, names, category, and their configurations.

Request

Responses

Successfully retrieved the list of dashboards containing performance metrics details.

Schema
    oneOf
    response-code integer
    status string
    result object[]
  • Array [
  • Network object[]
  • Array [
  • dashboard.name string
    dashboard.category string
    dashboard.access.type string
    dashboard.users integer[]
    dashboard.context object
    dashboard.widgets object[]
  • Array [
  • id integer
    x integer
    y integer
    h integer
    w integer
  • ]
  • id integer
  • ]
  • Server object[]
  • Array [
  • dashboard.name string
    dashboard.category string
    dashboard.access.type string
    dashboard.users integer[]
    dashboard.context object
    dashboard.widgets object[]
  • Array [
  • id integer
    x integer
    y integer
    h integer
    w integer
  • ]
  • id integer
  • ]
  • ]
Loading...